PowerTools PlusPak for Windows Forms 8.0J
Weekdays コンストラクタ(DayOfWeekHolidayPolicy[])

週全体の休日規則を指定する DayOfWeekHolidayPolicy の配列。
指定した休日規則を使用して、Weekdays クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal daysOfWeek() As DayOfWeekHolidayPolicy _
)
public Weekdays( 
   DayOfWeekHolidayPolicy[] daysOfWeek
)

パラメータ

daysOfWeek
週全体の休日規則を指定する DayOfWeekHolidayPolicy の配列。
例外
例外解説
System.ArgumentOutOfRangeExceptiondaysOfWeek は null にできません。また、その長さは 7 である必要があります。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Weekdays クラス
Weekdays メンバ
オーバーロード一覧

Send Feedback